const text/template/parse.itemWith

5 uses

	text/template/parse (current package)
		lex.go#L75: 	itemWith     // with keyword
		lex.go#L90: 	"with":     itemWith,
		parse.go#L412: 	case itemWith:
		parse.go#L552: 		} else if context == "with" && t.peek().typ == itemWith {
		parse.go#L616: 	if peek.typ == itemIf || peek.typ == itemWith {